From f52dce9de887af83a330e75881f9e2c3c1228f72 Mon Sep 17 00:00:00 2001 From: Debian Rust Maintainers Date: Thu, 13 Jun 2024 11:16:39 +0200 Subject: [PATCH] d-ignore-test_arc_condvar_poison-ppc Forwarded: no Gbp-Pq: Topic upstream Gbp-Pq: Name d-ignore-test_arc_condvar_poison-ppc.patch --- library/std/tests/sync/mutex.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/library/std/tests/sync/mutex.rs b/library/std/tests/sync/mutex.rs index 2445764001..a5d010a728 100644 --- a/library/std/tests/sync/mutex.rs +++ b/library/std/tests/sync/mutex.rs @@ -424,6 +424,7 @@ fn test_replace_poison() { } #[test] +#[cfg(not(target_arch = "powerpc"))] #[cfg_attr(not(panic = "unwind"), ignore = "test requires unwinding support")] fn test_arc_condvar_poison() { struct Packet(Arc<(Mutex, Condvar)>); -- 2.30.2